-
Notifications
You must be signed in to change notification settings - Fork 51
Add IDL code for fround instruction #896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…and unsigned integer
Remove duplicated lines that got added by mistake Signed-off-by: Shashank V M <svivekan@qti.qualcomm.com>
Signed-off-by: Shashank V M <svivekan@qti.qualcomm.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #896 +/- ##
=======================================
Coverage 43.30% 43.30%
=======================================
Files 10 10
Lines 4787 4787
Branches 1298 1298
=======================================
Hits 2073 2073
Misses 2714 2714
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Where did the code come from? Do we need copyright attribution? |
I've referred to softfloat GitHub repo. We have this at the top of the fp.idl file already.
|
This PR adds IDL code for fround instruction in Zfa folder.